home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / D-F / FileTrix / About LOGistic < prev    next >
Encoding:
Text File  |  1990-11-29  |  3.5 KB  |  96 lines  |  [TEXT/MPS ]

  1. LOGistic
  2.  
  3. (c) 1990 J.W. Sinteur
  4.  
  5. LOGistic is shareware. To become a registered user, send $10 to
  6.  
  7. J.W. Sinteur
  8. Strawinskypad 82
  9. 2324 DB Leiden
  10. The Netherlands
  11.  
  12. There are NO limited versions of LOGistic. Unregistered users
  13. have the same functionality as registered users (but shame
  14. on them!), unlike the other piece of shareware on my name,
  15. HouseMaid.
  16.  
  17. What LOGistic does:
  18.  
  19. It takes your LOG files (like Tabby Log) and cuts out all
  20. unneeded crap. It's nice that most utilites like to tell
  21. you they started up perfectly at such and so hour and day,
  22. but it's not really interesting to a sysop whose BBS has been
  23. running stable for quite some time.
  24.  
  25.  
  26. How to set up LOGistic.
  27.  
  28. Copy LOGistic to the folder in which your BBS program resides.
  29. Usually, this is the folder where all your BBS utilities can
  30. be found, like the BBS itself, TabbyNet, etc.
  31. LOGistic is Tabby event compatible. Put it anywhere in your
  32. event chain with Tabby Maint.
  33.  
  34. BEFORE you do so, set up the following resources in LOGistic
  35. with ResEdit:
  36.  
  37.  
  38. STR resources:
  39.  
  40. 1:  BBS name. In this string, put the exact name (as it
  41. appears on disk) of your BBS application.
  42. 2:  resulting log file. In this string, put the name of the
  43. file where you want the cut-down logt to appear. LOGistic
  44. copies the parts of the log file that are relevant to
  45. a new log file (it deletes all processed log files). I call
  46. this file 'Generic Log' (somewhat in the Tabby mind) myself.
  47. You can specify the full path to this file, so you can put
  48. it anywhere you like.
  49.  
  50. STR# resources:
  51.  
  52. LOGistic uses four STR# resources to find out on which files
  53. to do it's bit, and to find out what lines in a log file
  54. to keep. STR# 1 is connected in this way to STR# 3. In STR# 3
  55. you find the list of file names (complete pathnames) to the
  56. log files you wish to cut down in size with what I call the
  57. 'equal' protocol.
  58. All lines found in a file in the list in STR# 3 is compared
  59. to STR# 1. If any part of STR# 1 is found in the line, the line
  60. is copied to the Generic Log.
  61. This means you can use this type of cutting down for files
  62. which have lot's of different lines in them, and little
  63. error lines. Example: the Mansion BBS keeps a log for all
  64. user log-ins, like this:
  65. JOHN SINTEUR     LEIDEN,NL    17:26:18 10-22-1989 3    3N
  66. JOHN SINTEUR     LEIDEN,NL    17:03:44 10-28-1989 2    3N
  67.  
  68. In STR# 1 you will find a list of words that are likely to
  69. occur in error messages (which you would like to keep of course)
  70.  
  71.  
  72. STR# 2 and STR# 4 are related in a similar fashion. STR# 4
  73. concains the files which will be treated by what I call
  74. the 'differ' protocol. Every line in a file from STR# 4
  75. that does NOT (in part) appear in STR# 2 will be copied
  76. to the Generic log. This is the perfect way to treat the
  77. Tabby Log.
  78. You most likely want to cut lines like
  79. 03/15/90 3:04:07 DeliverMail - Program Starting
  80. 03/15/90 3:04:20 DeliverMail - 1 E-Mail messages delivered
  81. 03/15/90 3:04:20 DeliverMail - 0 EchoMail messages delivered
  82. 03/15/90 3:04:21 DeliverMail - Program Ending
  83. from the log but keep lines like:
  84. 02/18/90 17:36:32 TabbyNet ERROR: XReceive - FidoNet mail receipt failed.
  85. 02/18/90 17:36:36 TabbyNet ERROR: ConnectChk - FidoMail receipt error.
  86. 02/18/90 17:36:37 TabbyNet terminating due to error.
  87.  
  88. STR# 2 is set up in such a way. It will, at the moment, keep
  89. all error messages and lines with 'attempt to call' and
  90. 'disconnected' (to keep track of phone costs), but cut out
  91. most other lines. It is also set up to cut down on
  92. the file 'Mansion Log', so you might want to take a good
  93. look at STR# 2 before you use LOGistic.
  94.  
  95.  
  96. If you run into problems, contact me. Even if you didn't register.